virtualisation.credentials.<name>.mechanism

The mechanism used to pass the credential to the VM.

Type
one of "fw_cfg", "smbios"
Default
if pkgs.stdenv.hostPlatform.isx86 then "smbios" else "fw_cfg"
Declared
<nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>